projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a89415
)
Added unlock and relock.
author
Eric S. Raymond
<esr@snark.thyrsus.com>
Fri, 19 Mar 1993 05:27:03 +0000
(
05:27
+0000)
committer
Eric S. Raymond
<esr@snark.thyrsus.com>
Fri, 19 Mar 1993 05:27:03 +0000
(
05:27
+0000)
src/Makefile.in
patch
|
blob
|
history
diff --git
a/src/Makefile.in
b/src/Makefile.in
index a540ef860f85c75b742fd6ebf2b3957ba895935a..7ab05dba58f3b38c4f15fdc769d3599c2f005219 100644
(file)
--- a/
src/Makefile.in
+++ b/
src/Makefile.in
@@
-52,6
+52,15
@@
temacs: dotemacs
dotemacs: xmakefile
$(MAKE) CC='${CC}' -f xmakefile ${MFLAGS} temacs
+SOURCES = *.[ch] [sm]/* COPYING Makefile.in ymakefile \
+ config.h.in README COPYING ChangeLog vms.pp-trans
+unlock:
+ chmod u+w $(SOURCES)
+
+relock:
+ chmod -w $(SOURCES)
+ chmod +w paths.h
+
### Some makes, like Ultrix's make, complain if you put a comment in
### the middle of a rule's command list! Dummies.